home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.metal;
-
- import java.awt.Dimension;
- import javax.swing.JButton;
-
- final class MetalFileChooserUI$3 extends JButton {
- // $FF: synthetic field
- private final MetalFileChooserUI this$0;
-
- // $FF: synthetic method
- MetalFileChooserUI$3(MetalFileChooserUI var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
-
- public Dimension getMaximumSize() {
- return MetalFileChooserUI.access$0(this.this$0).getPreferredSize().width > MetalFileChooserUI.access$1(this.this$0).getPreferredSize().width ? MetalFileChooserUI.access$0(this.this$0).getPreferredSize() : MetalFileChooserUI.access$1(this.this$0).getPreferredSize();
- }
- }
-